home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / WWW / http / www.wirenet.co.uk / files / Dashboard2.lha / Dashboard2 / AmiTCP / bin / AddLibs next >
Text File  |  1998-02-26  |  209b  |  13 lines

  1. /*
  2. $VER: AddLibs 1.0 (4.9.97)
  3. by Neil Bothwick
  4.  
  5. Loads arexx libraries
  6. */
  7.  
  8. call addlib('rexxsupport.library',0,-30,0)
  9. call addlib('rexxdossupport.library',0,-30,0)
  10. call addlib('rexxreqtools.library',0,-30,0)
  11.  
  12.  
  13.